Carbon


InitResources

Header: Resources.h Carbon status: Unsupported

Initializes the Resource Manager. When the system starts up, it automatically calls this function. This function is for system use only, and your application should not call it at any time.

SInt16 InitResources ();
function result

The file reference number for the System file’s resource fork. Your application does not need to know the file reference number for the System file’s resource fork, because every Resource Manager function with a file reference number parameter also accepts 0 to mean the System file’s resource fork.0

DISCUSSION

InitResources creates a special heap zone within the system heap and builds a resource map that points to ROM-resident resources. It opens the resource fork of the System file and reads its resource map into memory.

AVAILABILITY

Not supported in Carbon. Not available in Carbon.


© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)